home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 5 #4 / The SelectWare System Volume 5 #4.iso / sym10000 / qademo.bat < prev   
DOS Batch File  |  1991-04-18  |  2KB  |  57 lines

  1. echo off
  2. cls
  3. rem -----------------------------------------
  4. rem Demo Launch Program for Symantec Q&A 4.0
  5. rem (c) 1991 AdWare, Inc.
  6. rem -----------------------------------------
  7. rem ********************************************
  8. rem DOMESTIC VERSION
  9. rem ********************************************
  10. break off
  11. if not exist qa4_demo.exe goto filefail
  12. qa4_demo.exe
  13. cls
  14. echo        
  15. echo        
  16. echo            Thank you for watching our
  17. echo            Q&A 4.0 Demonstration.
  18. echo        
  19. echo        If you would like to view it
  20. echo        again, type:
  21. echo        
  22. echo            QADEMO
  23. echo        
  24. echo        and press the ENTER key.
  25. echo        
  26. echo        If you would like to order a $9.95 trial
  27. echo        sized version of Q&A 4.0, please call
  28. echo        
  29. echo            1-800-228-4122 ext. 103DD
  30. echo        
  31. echo        
  32. echo        
  33. goto exit
  34. :filefail
  35. echo        
  36. echo        
  37. echo            Q&A 4.0 Demo Disk Install
  38. echo            ---------------------------------
  39. echo        
  40. echo            An important file is missing from
  41. echo            your QADEMO Demo Directory:
  42. echo        
  43. echo                QA4_DEMO.EXE
  44. echo        
  45. echo            The demo cannot run if this
  46. echo            file is missing!
  47. echo        
  48. echo            Please check your directory to
  49. echo            see if the file has been renamed
  50. echo            or install the demo again using your
  51. echo            Q&A 4.0 Demo Disk.
  52. echo        
  53. goto exit
  54. :exit
  55. exit
  56.  
  57.